home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / mail / iris.lha / Iris / BrowseWWWscripts / Voyager < prev    next >
Text File  |  1997-12-23  |  294b  |  12 lines

  1.    address command 'cd IBrowse:'||'0a'x||'run >nil: IBrowse'
  2.  * WARNING: this script has not been tested!
  3.  */
  4.  
  5. parse arg URL
  6. if ~show('P','VOYAGER') then do
  7.    address command 'cd Voyager:'||'0a'x||'run >nil: V'
  8.    address command 'waitforport VOYAGER'
  9. end
  10. address 'VOYAGER' 'OPENURL URL' URL
  11.  
  12.